LinqConnect Documentation
Devart.Data.Linq Namespace / Table<TEntity> Class / GetModifiedMembers(TEntity) Method
The entity from which to get the array.

In This Topic
    GetModifiedMembers(TEntity) Method
    In This Topic
    Returns an array of modified members that contain their current and original values.
    Syntax
    'Declaration
     
    Public Function GetModifiedMembers( _
       ByVal entity As TEntity _
    ) As ModifiedMemberInfo()
    public ModifiedMemberInfo[] GetModifiedMembers( 
       TEntity entity
    )

    Parameters

    entity
    The entity from which to get the array.

    Return Value

    An array of modified members.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also